home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / ds3100.md / dir / script2.awk < prev   
Encoding:
Text File  |  1992-06-24  |  93 b   |  6 lines

  1. $1 == $1 { 
  2.     print "touch:", $1
  3.         command = sprintf("touch %s", $1)
  4.     system(command)
  5. }
  6.